Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
LeftProjection
/
getOrNull
get
Or
Null
common
fun
getOrNull
(
)
:
L
?
Content copied to clipboard
Gets value of this
Left
or
null
if this is
Right
.
Return
Value of this
Left
or
null
.